home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gawk / gawk213s.zoo / gawk-src-2.13 / README.ultrix < prev    next >
Encoding:
Text File  |  1991-05-02  |  315 b   |  6 lines

  1. When compiling on DECstation running Ultrix 4.0 a command 'cc -c -O
  2. regex.c' is causing an infinite loop in an optimizer.  Other sources
  3. compile fine with -O flag.  If you are going to use this flag either
  4. add a special rule to Makefile for a compilation of regex.c, or issue
  5. 'cc -c regex.c' before hitting 'make'.
  6.